home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / ieaccess.in_ / ieaccess.inf
Encoding:
Windows Setup INFormation  |  2003-06-19  |  879 b   |  42 lines

  1. [Version]
  2. Signature= "$Windows NT$"
  3. DriverVer=06/19/2003,5.00.2195.6717
  4.  
  5. [Optional Components]
  6. IEAccess
  7.  
  8. [IEAccess]
  9. OptionDesc   = "%IE_NAME%"
  10. Tip          = "%IE_TIP%"
  11.  
  12. ; this turns into something like c:\winnt\system32\setup\..\shell32.dll
  13. IconIndex    = *, ..\sp3res.dll, 311
  14.  
  15. InstallType  = 10    ; Typical, Custom
  16. Modes        = 0,1,2,3
  17. Uninstall    = UninstallIE
  18. Run          = ShowIE
  19.  
  20. [ShowIE]
  21. Commandline="%11%\rundll32.exe %11%\shell32.dll,OCInstall ShowIE"
  22. TickCount=500
  23.  
  24. [HideIE]
  25. Commandline="%11%\rundll32.exe %11%\shell32.dll,OCInstall HideIE"
  26. TickCount=500
  27.  
  28. [UninstallIE]
  29. DelFiles=DelNone
  30. Run=HideIE
  31.  
  32. [DelNone]
  33.  
  34. [DestinationDirs]
  35. DefaultDestination=11
  36.  
  37. [SourceDisksNames]
  38. 0="Windows 2000 CD-ROM,,0,
  39. [Strings]
  40. IE_NAME="Internet Explorer"
  41. IE_TIP = "Adds or removes access to Internet Explorer from the Start menu and Desktop"
  42.